home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / FONTLIST.DFM / FONTLIST.txt
Encoding:
Text File  |  1996-08-12  |  826 b   |  44 lines

  1. object Form1: TForm1
  2.   Left = 243
  3.   Top = 107
  4.   ActiveControl = ListBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'OwnerDraw'
  7.   ClientHeight = 359
  8.   ClientWidth = 276
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 20
  19.     Top = 20
  20.     Width = 81
  21.     Height = 21
  22.     Caption = 'System Fonts'
  23.   end
  24.   object FontLabel: TLabel
  25.     Left = 20
  26.     Top = 305
  27.     Width = 241
  28.     Height = 20
  29.     AutoSize = False
  30.   end
  31.   object ListBox1: TListBox
  32.     Left = 20
  33.     Top = 45
  34.     Width = 241
  35.     Height = 251
  36.     ItemHeight = 16
  37.     Style = lbOwnerDrawVariable
  38.     TabOrder = 0
  39.     OnClick = ListBox1Click
  40.     OnDrawItem = DrawItem
  41.     OnMeasureItem = ListBox1MeasureItem
  42.   end
  43. end
  44.